-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIX #37772 - inlineHelp Toggle Button control #37819
Conversation
I have tested this item ✅ successfully on 288c69e This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/37819. |
@Valc That button is not on GitHub, it is in our issue tracker, e.g. for this PR on https://issues.joomla.org/tracker/joomla-cms/37819 . Use the blue “Test this” button at the top left corner, then select the right test result and the submit. |
I have tested this item ✅ successfully on b1cb875 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/37819. |
Nice solution, thx |
UPDATE: see PR #37849 removing the inlinehelp attribute availability for form field xml element. |
Pull Request for Issue #37772 .
Summary of Changes
You can know add an xml form field attribute "inlinehelp" to use or not the toggling of description field by field (values boolean true/false). Eg. inlinehelp="false" applied on one field, will keep always the description shown even if click on description toggle.UPDATE: see PR #37849 removing the inlinehelp attribute availability for form field xml element.
Testing Instructions
Actual result BEFORE applying this Pull Request
Expected result AFTER applying this Pull Request
Documentation Changes Required
inline help global documentation, and form field attribute inlinehelp.